home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19961006-19970104 / 000318_news@columbia.edu _Fri Dec 13 16:47:26 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30]) by watsun.cc.columbia.edu (8.8.3/8.8.3) with ESMTP id QAA19647 for <kermit.misc@watsun.cc.columbia.edu>; Fri, 13 Dec 1996 16:47:25 -0500 (EST)
  3. Received: (from news@localhost) by newsmaster.cc.columbia.edu (8.8.3/8.8.3) id QAA27125 for kermit.misc@watsun; Fri, 13 Dec 1996 16:47:24 -0500 (EST)
  4. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  5. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Uploading Microcom firmware into Deskporte modem?
  8. Date: 13 Dec 1996 21:46:32 GMT
  9. Organization: Columbia University
  10. Lines: 33
  11. Message-ID: <58siro$skk$1@apakabar.cc.columbia.edu>
  12. NNTP-Posting-Host: watsun.cc.columbia.edu
  13.  
  14.  
  15. An anonymous persion tried to post the following, but failed:
  16.  
  17.     Has  anyone successfully uploaded from a Solaris Sun System, running
  18.     UNIX OS (or Linux or U*IX) , used KERMIT (any version) to upload an
  19.     ASCII firmware file to a Microcom Deskporte FAST Modem?
  20.  
  21.     If so, would you mind sharing the steps necessary to do so. 
  22.  
  23.     If your tried and failed, can you tell me why it might fail?
  24.  
  25.     I'm not too sure about How Kermit transfers files in ASCII mode. Does
  26.     the version of Kermit used under UNIX support a "single ended" ASCII
  27.     transfer?
  28.  
  29. The command for this in C-Kermit is "transmit".  It's designed for use only
  30. with text files, but with some care it can also be used to upload a binary
  31. file.
  32.  
  33.     I have used basic forms of ASCII in the DEC DOS world to DEC VMS, and
  34.     DEC PDP11, and MS-Kermit to DEC VMS, but never tried to use it to pass a
  35.     file without another Kermit on the other end.
  36.  
  37.     I would think it would be similar to transferring a file to a serial
  38.     port, like a serial printer or to an LPT printer port.
  39.  
  40. There is a chapter in "Using C-Kermit" about it.  If the modem doesn't
  41. support Kermit, though, you might be better off trying another protocol;
  42. some of them support XMODEM.  But then you have the problem of finding a
  43. version of XMODEM that lets you transfer files on an assigned serial device
  44. rather than /dev/tty.
  45.  
  46. - Frank